-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
부산대 Android_김주송_4주차 과제 (STEP2) #86
base: jooiss
Are you sure you want to change the base?
Conversation
- PlaceContract : 테이블 이름 및 열 이름 정의 - PlaceDatabaseHelper : 데이터베이스 생성 - PlaceDatabaseAccess : 데이터베이스에 데이터 저장 및 삭제 기능
- place_item : place list item layout - search_item : search list item layout
- PlaceDataModel : Place 데이터 클래스 - PlaceRecyclerViewAcitivity : Place 목록을 보여줄 recycler view 제어 - PlaceRecyclerViewAdapter : Place 목록 adapter
- STEP2 구현 기능 목록 추가
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~ 고생많으셨습니다.
별도의 코멘트가 없을만큼 테스트코드도 잘 작성해주셨고, 요구사항도 모두 만족하게 만들어주셨네요.
아쉬운 점이 있다면, UI, network, utils 등등 클래스 목적에 맞춰 패키지를 나눠 보시면 더 좋을것 같습니다. 그리고, 학습했던 MVVM 아키텍처에 맞춰서 필요한 의존성 클래스들 (ex. Repository, UseCase, API, DBHelper) 의 객체를 클래스 내부에서 생성하는게 아닌, 외부에서 만들어서 생성자를 통해 전달받는 구조로 만들어보시면 좀더 좋을것 같습니다.
코드 작성 시, 어려웠던 점
중점적으로 리뷰해주셨으면 하는 부분
테스트 성공 결과
항상 정성스러운 리뷰 감사합니다. 단계를 일정 안에 수행하지 못해서 죄송합니다. 다음부터 빨리 진행하여 일정 상 차질이 없도록 하겠습니다. 감사합니다.